home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-12-21 | 1.9 KB | 75 lines |
- [Company]
- ; Label shown on the Tab control
- TabLabel=IBM Internet
- ; Logo file
- LogoFile=advantis.dib
- ;;;;LogoFile=ibm_info.dib
- ; Company descriptions
- Label1=Access to
- Label2=Worldwide
- Label3=Information
- ; cards supported (yes or no for each card type)
- Visa=yes
- MasterCard=yes
- AmericanExpress=yes
- Discover=yes
- ; Information file on company
- ;;;;InfoFile=iic.txt
- InfoFile=advantis.txt
- ;;;;InfoTitle=MORE INFORMATION on IIC<<<
- InfoTitle=MORE INFORMATION on IBM Internet
- ; Number of available phone numbers for online registration
- ; Support Transaction ID ? (yes or no, default is yes)
- SupportTID=no
- TotalPhone=3
- ; Specify the amount of additional information required (0..10)
- TotalField=3
- ; Number of radio button selections (0..5)
- TotalRadioButtons=0
- ;
- ; script to wait for connect, send a '$'
- ;
- Script=-c $2$$
-
- [PhoneList]
- Phone1=
- Phone2=1-800-463-8331 Canada Registration
- Phone3=1-800-933-3997 US Registration
- [Field 1]
- ; used above the edit control (should less than 50 characters)
- UserLabel=User Account ID- 1st Preference:
- ; INFO parameter used for passing back to the server
- InfoLabel=PrefUserID1
- ; maximum length of data if user specify this field
- Length=7
- ; is this optional field required ? (could be yes or no)
- Require=yes
- ; prompt this error message to user if this (required) field is not specified
- ErrMsg=User ID 1st Preference must be specified
- ; minimum length of data if user specify this field
- MinLen=5
- ; type of the data, could be:
- ; Alpha - 'A'-'Z' or 'a'-'z'
- ; AlphaNum - 'A'-'Z', 'a'-'z', or '0'-'9'
- ; Ascii - ASCII character (0x00 - 0x7F)
- ; Digit - '0'-'9'
- Type=AlphaNum
-
- [Field 2]
- UserLabel=User Account ID- 2nd Preference:
- InfoLabel=PrefUserID2
- Length=7
- Require=no
- MinLen=5
- Type=AlphaNum
-
- [Field 3]
- UserLabel=User Account ID- 3rd Preference:
- InfoLabel=PrefUserID3
- Length=7
- Require=no
- MinLen=5
- Tyep=AlphaNum
-
-